home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 24 / Mac Magazin and MacEasy Magazine CD - Issue 24.iso / Online / Mailbox to TSV / mailbox to tsv.prefs < prev    next >
Text File  |  1996-04-03  |  587b  |  21 lines

  1. # This file is read in at run time to set the parameters
  2. # If it is not present, the variables will be set up as follows:
  3.  
  4. $TitleLine = 1;        # Include column headers in file
  5.  
  6. $Separator = "/";    # Slash separates parts of the date
  7.  
  8. $Paragraphize = 0; # Cause paragraphing to occur
  9.  
  10. $DateFormat = 0;        # index into %dateFormats
  11. #    0 => '$month$Separator$day$Separator$year',
  12. #    1 => '$day$Separator$month$Separator$year',
  13. #    2 => '$year$Separator$month$Separator$day',
  14.  
  15. # add headers in lower case
  16. @IgnoreHeaders = qw(received
  17.                     resent-from
  18.                     resent-to
  19.                     resent-date
  20.                     return-path);
  21.